home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
blkspell
/
btdict.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-09-22
|
251b
|
8 lines
#if !defined(btdict_h) // Sentry, use file only if it's not already included.
#define btdict_h
extern "C" __declspec( dllimport ) void WINAPI SpellCheck(HWND);
extern "C" __declspec( dllimport ) void WINAPI ShowLicense();
#endif